home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
winexit
/
about.frm
next >
Wrap
Text File
|
1994-08-26
|
2KB
|
92 lines
VERSION 2.00
Begin Form frmAbout
BackColor = &H00C0C0C0&
BorderStyle = 3 'Fixed Double
Caption = "About Exit Windows"
ClientHeight = 1275
ClientLeft = 2115
ClientTop = 2580
ClientWidth = 4335
Height = 1680
Left = 2055
LinkTopic = "Form1"
ScaleHeight = 1275
ScaleWidth = 4335
Top = 2235
Width = 4455
Begin CommandButton cmdOK
BackColor = &H00C0C0C0&
Caption = "OK"
Default = -1 'True
Height = 375
Left = 3540
TabIndex = 0
Top = 240
Width = 675
End
Begin Line Line1
BorderWidth = 2
X1 = 60
X2 = 4200
Y1 = 840
Y2 = 840
End
Begin Label Label4
BackColor = &H00C0C0C0&
Caption = "Comments to Rob @ Compuserve (100413,1342)"
Height = 195
Left = 60
TabIndex = 4
Top = 960
Width = 4155
End
Begin Label Label1
BackColor = &H00C0C0C0&
Caption = "Copyright ⌐ 1994"
Height = 195
Left = 780
TabIndex = 3
Top = 300
Width = 1995
End
Begin Label Label3
BackColor = &H00C0C0C0&
Caption = "Freeware, All rights reserved."
Height = 195
Left = 780
TabIndex = 2
Top = 540
Width = 2535
End
Begin Label Label2
BackColor = &H00C0C0C0&
Caption = "Author : Rob McIntosh"
Height = 195
Left = 780
TabIndex = 1
Top = 60
Width = 2055
End
Begin Image Image1
Height = 480
Left = 120
Picture = ABOUT.FRX:0000
Top = 180
Width = 480
End
End
Option Explicit
Sub cmdOK_Click ()
Unload Me
End Sub
Sub Form_Load ()
CentreForm Me
End Sub
Sub Form_Paint ()
MakeForm3D Me
End Sub